Add comprehensive use cases documentation for rebuf#23
Merged
Conversation
Covers message queue recovery, database failover buffering, microservice outbox pattern, edge/IoT data collection, log shipping, payment durability, webhook delivery, and batch processing pipelines — each with example code. https://claude.ai/code/session_01WxkLmj5z8UGsGmUWdDpzEG
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a new
USECASES.mddocument that provides detailed, real-world scenarios whererebufis most valuable, along with practical code examples for each use case. The README is also updated with a link to this new documentation.Key Changes
New
USECASES.mdfile: Comprehensive guide covering 8 common scenarios:Updated
README.md: Added a prominent link to the use cases documentation to guide users to practical examplesNotable Details
Each use case includes:
rebufsolves itIncludes a summary table highlighting key benefits of
rebuf(durability, simplicity, concurrency safety, backpressure handling, selective replay, lightweight design)Documentation is written to be accessible to users unfamiliar with WALs while providing enough technical depth for implementation
https://claude.ai/code/session_01WxkLmj5z8UGsGmUWdDpzEG